home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT21.Dxr / 00092.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  223 b   |  12 lines

  1. on exitFrame
  2.   if rollOver(7) or rollOver(21) then
  3.     go(the frame)
  4.   else
  5.     puppetSprite(22, 0)
  6.     set the visible of sprite 21 to 0
  7.     set the visible of sprite 22 to 0
  8.     updateStage()
  9.     go("main2")
  10.   end if
  11. end
  12.